body
{
    position: relative;
    min-width:1200px;
}
.title_box
{
    width:100%;
    background:#fff;
    overflow: hidden;
}
.title_box .title_text
{
    display: block;
    width:100%;
    font-size:30px;
    color:#333;
    text-align: center;
    font-weight: bold;
}
.title_box .title_desc
{
    display: block;
    width:100%;
    font-size:24px;
    color:#333;
    text-align: center;
}

.pf_blod
{
    font-family: PingFangSC-Medium, sans-serif;
}
.f24
{
    font-size:24px;
}

/* banner-start */
.banner_box
{
    /*margin-top:83px;*/
    margin-top:53px;
    width:100%;
    /*position: relative;*/
}
.common_banner_div
{
    width:100%;
    margin:0 auto;
}
.common_banner_div .common_banner_ul
{
    width:100%;
}
.common_banner_div .common_banner_ul li
{
    width:100%;
}
.common_banner_div .common_banner_ul li img
{
    width:100%;
}

.banner_active_ul
{
    position: absolute;
    bottom:24px;
    z-index:1;

}
.banner_active_ul li
{
    display: block;
    width:10px;
    height:10px;
    border: 1px solid #507082;
    background:#507082;
    border-radius:100%;
    margin-right:22px;
}
.banner_active_ul li:last-child
{
    margin-right:0;
}

.banner_active_ul .active
{
    border:1px solid #0195FF;
    background:#fff;
}
.swiper-pagination-bullet
{
    width:58px;
    height:10px;
    background:#fff;
    border:1px solid #1A74FC;
    opacity:1;
    border-radius:0;

}
.swiper-pagination-bullet-active
{
    background:RGBA(47, 168, 230, 0.8);
    border:1px solid transparent;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin:0 27px;
}
.banner_box .swiper-button-prev
{
    width:70px;
    height:70px;
    background:url('../../images/Home/home_arrow_left.png') no-repeat center;
    background-size:100% 100%;
    margin-top:-35px;
}
.banner_box .swiper-button-next
{
    width:70px;
    height:70px;
    background:url('../../images/Home/home_arrow_right.png') no-repeat center;
    background-size:100% 100%;
    margin-top:-35px;
}
/* banner-end */

/* 实时数据展板-start */
.real_time_dashboard_box
{
    min-width:1250px;
    width:100%;
    height:1359px;
}
.real_time_dashboard_box .title_box
{
    height:159px;
}
.real_time_dashboard_box .title_box .title_text
{
    margin-top:49px;
}
.real_time_dashboard_box .title_box .title_desc
{
    margin-top:23px;
}

.real_time_dashboard_box .real_time_data_box
{
    width:100%;
    height:1200px;
    background:url('../../images/Home/dashboard_bg.png') no-repeat center;
    background-size:100% 100%;
    overflow: hidden;

}


.real_time_dashboard_box  .real_time_data_box .data_title_text
{
    display: block;
    width:100%;
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:25px;
    margin-bottom:46px;
    font-weight:bold;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box
{
    display: -webkit-flex; /* Safari */
    display: flex;
    width:1000px;
    margin:0 auto;
    justify-content:space-around ;
    align-items:center;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box .total_data_box
{
    width:175px;
    overflow: hidden;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box .total_data_box .data_box
{
    display: block;
    /*width:100%;*/
    height:175px;
    text-align: center;
    line-height:175px;
    font-size:20px;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box .total_data_box  .data_one
{
    color:#69FFFF;
    background:url('../../images/Home/circle1.png') no-repeat center;
    background-size:100% 100%;
}
.real_time_dashboard_box .real_time_data_box  .show_total_data_box .total_data_box  .data_two
{
    color:#71BDFE;
    background:url('../../images/Home/circle2.png') no-repeat center;
    background-size:100% 100%;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box .total_data_box  .data_three
{
    color:#FFE685;
    background:url('../../images/Home/circle3.png') no-repeat center;
    background-size:100% 100%;
}
.real_time_dashboard_box .real_time_data_box .show_total_data_box .total_data_box .data_title
{
    display: block;
    width:100%;
    height:30px;
    margin-top:20px;
    color:#fff;
    font-size:24px;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;

}

.real_time_dashboard_box  .real_time_data_box .real_data_title_box
{
    width:1000px;
    height:23px;
    margin:0 auto;
    margin-top:49px;
}
.real_time_dashboard_box  .real_time_data_box .real_data_title_box .real_data_icon
{
    display: block;
    float:left;
    width:20px;
    height:23px;
    background:url(../../images/Wap/order_icon.png) no-repeat center;
    background-size:20px 20px;
    margin-left:22px;
}
.real_time_dashboard_box  .real_time_data_box .real_data_title_box .real_data_text
{
    display: block;
    float:left;
    height:23px;
    line-height:23px;
    color:#fff;
    font-size:24px;
    margin-left:8px;
    font-family: PingFangSC-Medium, sans-serif;
}
.real_time_dashboard_box  .real_time_data_box  .real_data_main_box
{
    width:100%;
    height:260px;
    margin-top:29px;
}
.real_time_dashboard_box  .real_time_data_box  .real_data_main_box .real_data_box
{
    width:100%;
    height:51px;
    border-bottom:1px solid #467baf;
}
.real_time_dashboard_box .real_time_data_box .real_data_main_box .real_data_box .data_address
{
    display: block;
    float:left;
    width:350px;
    height:51px;
    font-size:18px;
    color:#fff;
    text-align: left;
    margin-left:32px;
    margin-right:10px;
    line-height:51px;
}
.real_time_dashboard_box  .real_time_data_box  .real_data_main_box .real_data_box .data_desc_one
{
    display: block;
    float:left;
    width:108px;
    height:51px;
    line-height:51px;
    color:#00DEFF;
    font-size:18px;
    margin-right:130px;
    text-align: center;
}
.real_time_dashboard_box .real_time_data_box .real_data_main_box .real_data_box .data_desc_two
{
    display: block;
    float:left;
    width:65px;
    height:51px;
    line-height:51px;
    color:#00DEFF;
    font-size:18px;
    margin-right:160px;
    text-align: center;
}
.real_time_dashboard_box  .real_time_data_box  .real_data_main_box .real_data_box .data_time
{
    display: block;
    float:left;
    font-size:16px;
    color:#fff;
    width:120px;
    height:51px;
    line-height:51px;
}

.real_time_dashboard_box .list_lh
{
    width:1000px;
    margin:0 auto;
    margin-top:20px;

    overflow: hidden;
    height:259px;
}
/* 实时数据展板-end */
/* 数字滚动部分-start */
/*数字滚动插件的CSS可调整样式*/

.mt-number-animate {
    font-family: KlavikaBold;
    width: auto;

    height:20px;
    line-height:20px;
    font-weight: bold;
    /*设置数字显示高度*/
    font-size:20px;
    text-align: center;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}

.mt-number-animate .mt-number-animate-dot {
    width: 25px;
    /*设置分割符宽度*/
    line-height: 47px;
    position: relative;
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width:14px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.map_node_view
{
    width: 1200px;
    height:540px;
    margin:0 auto;
}
/* 数字滚动部分-end */


/* 合作案例图-start */
.cooperation_case_box
{
    width:1282px;
    margin:0 auto;
    overflow: hidden;
}
.cooperation_case_box .cooperation_case_img_box
{
    width:1037px;
    /*margin:0 auto;*/
    margin-left:83px;
    float:left;

}
.cooperation_case_box .cooperation_case_img_box .show_img_list
{
    width:1037px;
    height:667px;
    margin:0 auto;
}
.cooperation_case_box .cooperation_case_img_box .show_img_list .show_img_ul
{
    width:100%;
    height:667px;
    display: flex;
    flex-wrap: wrap;
}
.cooperation_case_box .cooperation_case_img_box .show_img_list .show_img_ul .single_case_img_box
{
    width:25%;
    height:298px;
    margin-bottom:65px;
    /*margin-right:25px;*/
    position: relative;
    text-align:center;
    overflow: hidden;
}
.cooperation_case_box .cooperation_case_img_box .show_img_list .show_img_ul .single_case_img_box a
{
    display: block;
    width:227px;
    overflow: hidden;
    margin:0 auto;
}
.cooperation_case_box .cooperation_case_img_box .show_img_list img
{
    width:227px;
    height:298px;
    margin:0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cooperation_case_box .cooperation_case_img_box .single_case_img_box:hover img
{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.cooperation_case_box .cooperation_case_img_box .single_case_img_box:hover .opacity_box
{
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.cooperation_case_box .cooperation_case_img_box .opacity_box
{
    position: absolute;
    top:0;
    /*left:0;*/
    background: rgba(26,116,252,0.2);
    display: block;
    left:50%;
    transform: translate( -50%, 0);
    width:227px;
    height:298px;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.cooperation_case_box .left_arrow
{
    width:39px;
    height:90px;
    float:left;
    background:url('../../images/Home/left_arrow.png') no-repeat center;
    background-size:100%;
    margin-top:288px;
    position: inherit;
    outline:none;
}
.cooperation_case_box .right_arrow
{
    width:39px;
    height:90px;
    float:right;
    background:url('../../images/Home/right_arrow.png') no-repeat center;
    background-size:100%;
    margin-top:288px;
    position: inherit;
    outline:none;
}
.cooperation_case_box .title_box
{
    height:119px;
}
.cooperation_case_box .title_box .title_desc
{
    margin-top:43px;
}
.cooperation_case_box .check_more_case
{
    display: block;
    width:172px;
    height:62px;
    line-height:62px;
    text-align: center;
    margin:0 auto;
    margin-top:70px;
    border:2px solid #999;
    color:#666;
    font-size:24px;
    background:#fff;
}
/* 合作案例图-end */

/* 市场现状-start */
.market_status_box
{
    width:100%;
    overflow: hidden;
}
.market_status_box .title_box
{
    width:100%;
    height:204px;
    overflow: hidden;
}
.market_status_box .title_box .title_desc
{
    margin-top:114px;
}
.market_status_box .status_main_box
{
    width:100%;
    height:900px;
    background:url('../../images/Home/market_status_bg.png') no-repeat center;
    background-size:100% 100%;
    overflow: hidden;
    position: relative;
}
.market_status_box .status_main_box .circle_bg_box
{
    width:681px;
    height:548px;
    background:url('../../images/Home/market_status_circle.png') no-repeat center;
    background-size:100% 100%;
    margin:0 auto;
    margin-top:57px;
    overflow: hidden;
    position: relative;
}
.market_status_box .status_main_box .circle_bg_box .circle_box
{
    width:300px;
    height:300px;
    overflow: hidden;
    position: absolute;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_one
{
    z-index:10;
    left:200px;
    top:0;

}
.market_status_box .status_main_box .circle_bg_box .circle_box_one .circle_title
{
    display: block;
    width:100%;
    height:42px;
    line-height:42px;
    font-size:45px;
    color:#fff;
    margin-top:75px;
    font-weight:500;
    text-align: center;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_one .circle_desc
{
    display: block;
    width:198px;
    height:51px;
    text-align: center;
    font-size:24px;
    color:#fff;
    margin:0 auto;
    margin-top:28px;
    font-weight:100;
}

.market_status_box .status_main_box .circle_bg_box .circle_box_two
{
    z-index:11;
    right:-8px;
    top:120px;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_two .circle_title
{
    display: block;
    width:100%;
    height:39px;
    line-height:39px;
    font-size:45px;
    color:#fff;
    margin-top:85px;
    font-weight:500;
    text-align: center;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_two .circle_desc
{
    display: block;
    width:198px;
    height:51px;
    text-align: center;
    font-size:24px;
    color:#fff;
    margin:0 auto;
    margin-top:28px;
    font-weight:100;
}

.market_status_box .status_main_box .circle_bg_box .circle_box_three
{
    z-index:12;
    bottom:0;
    right:172px;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_three .circle_title
{
    display: block;
    width:100%;
    height:39px;
    line-height:39px;
    font-size:45px;
    color:#fff;
    margin-top:85px;
    font-weight:500;
    text-align: center;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_three .circle_desc
{
    display: block;
    width:198px;
    height:51px;
    text-align: center;
    font-size:24px;
    color:#fff;
    margin:0 auto;
    margin-top:28px;
    font-weight:100;
}

.market_status_box .status_main_box .circle_bg_box .circle_box_four
{
    z-index:13;
    bottom:107px;;
    left:0;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_four .circle_title
{
    font-family: PingFangSC-Medium, sans-serif;
    display: block;
    width:100%;
    height:37px;
    line-height:37px;
    font-size:39px;
    color:#fff;
    margin-top:92px;
    font-weight:500;
    text-align: center;
}
.market_status_box .status_main_box .circle_bg_box .circle_box_four .circle_desc
{
    display: block;
    width:198px;
    height:51px;
    text-align: center;
    font-size:24px;
    color:#fff;
    margin:0 auto;
    margin-top:28px;
    font-weight:100;
}


.market_status_box .status_main_box .status_bottom_text
{
    width:1076px;
    height:131px;
    margin:0 auto;
    margin-top:90px;
}
.market_status_box .status_main_box .status_bottom_text .bottom_text_one
{
    width:330px;
    height:131px;
    float:left;
    margin-left:34px;
}
.market_status_box .status_main_box .status_bottom_text .num_text
{
    display: block;
    vertical-align: top;
    float:left;
    font-weight:500;
    height:23px;
    line-height:23px;
    font-size:30px;
    color:#fff;
    margin-right:17px;
}

.market_status_box .status_main_box .status_bottom_text .text_box
{
    float:left;
    height:131px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content:space-between;
}
.market_status_box .status_main_box .status_bottom_text .text_box text
{
    display: block;
    width:100%;
    line-height:23px;
    height:23px;
    font-size:24px;
    color:#fff;
}
.box_line
{
    float:left;
    width:1px;
    height:131px;
    background:RGBA(255, 255, 255, 0.5);
    margin:0 42px;
}
.bottom_text_two
{
    width:260px;
    float:left;
}
.bottom_text_three
{
    float:left;
}
.market_status_box .status_main_box .status_bottom_text .bottom_text_one .text_box
{
    width:220px;
}
.market_status_box .status_main_box .status_bottom_text .bottom_text_two .text_box
{
    width:180px;
}

.market_status_box .status_main_box .status_bottom_text .bottom_text_three .text_box
{
    width:180px;
}

/* 市场现状-end */

/* 模式对比分析-start */
.model_analysis_main_box
{
    width:100%;
}
.model_analysis_main_box .title_box
{
    width:100%;
    height:164px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.model_analysis_main_box .title_box .title_desc
{
    margin-top:0;
}
.model_analysis_main_box .model_analysis_box
{
    width:100%;
    height:900px;
    background:url('../../images/Home/bg3.png') no-repeat  center;
    background-size:100% 900px;
    overflow: hidden;
}
.model_analysis_main_box .model_analysis_box .title_text_one
{
    display: block;
    margin:0 auto;
    margin-top:26px;
    margin-bottom:16px;
    text-align: center;
    width:651px;
    font-size:22px;
    line-height:21px;
    height:21px;
    color:#fff;
}
.model_analysis_main_box .model_analysis_box .title_text_two
{
    display: block;
    margin:0 auto;
    margin-top:45px;
    text-align: center;
    width:651px;
    font-size:22px;
    line-height:21px;
    height:21px;
    color:#fff;
    margin-bottom:16px;
}
.model_analysis_main_box .analysis_content_box
{
    width:651px;
    height:368px;
    margin:0 auto;
    background:url('../../images/Wap/bg_small.png') no-repeat center;
    background-size:100% 100%;
    overflow: hidden;
}

.model_analysis_main_box .analysis_content_box .top_title_box
{
    width:489px;
    height:24px;
    margin: 0 auto;
    margin-top:23px;
    margin-bottom:19px;
    display: flex;
    display:-webkit-flex;
    align-items:flex-end;
    justify-content:space-between;
    position: relative;


}
.model_analysis_main_box .analysis_content_box .top_title_box .top_left
{
    font-family: PingFangSC-Medium, sans-serif;
    height:18px;
    line-height:18px;
    font-size:16px;
    color:#FFD42B;
}
.model_analysis_main_box .analysis_content_box .top_title_box .top_center
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;
    height:18px;
    line-height:18px;
    font-size:24px;
    color: #ffffff;;
}

.model_analysis_main_box .analysis_content_box .top_title_box .top_right
{
    font-family: PingFangSC-Medium, sans-serif;
    height:18px;
    line-height:18px;
    font-size:16px;
    color:#6EBCFF;
}
.model_analysis_main_box .analysis_content_box .bar_bg_box
{
    display: block;
    width:489px;
    height:10px;
    background:#206DAF;
    border-radius:5px;
    margin:0 auto;
}
.model_analysis_main_box .analysis_content_box .bar_bg_box .normal_inside_bar_bg
{
    display: block;
    height:10px;
    float:left;
    border-radius:5px;
    background:#FFD42B;
}
.bar_bg_box .w291
{
    width:401px;
}
.bar_bg_box .w252
{
    width:362px;
}
.bar_bg_box .w315
{
    width:315px;
}
.bar_bg_box .w386
{
    width:386px;
}
.bar_bg_box .w362
{
    width:362px;
}

.bar_bg_box .w347
{
    width:407px;
}
.bar_bg_box .w268
{
    width:328px;
}

.bar_bg_box .w410
{
    width:410px;
}
.bar_bg_box .w331
{
    width:331px;
}
.bar_bottom_text_box .w125
{
    width:130px;
    line-height:20px;

}
.bar_bottom_text_box .w98
{
    width:98px;
    line-height:20px;
}

.model_analysis_main_box .analysis_content_box .bar_bg_box .triangle_bg
{
    display: block;
    float:left;
    width:0;
    height:0;
    margin-left:-4px;
    border-top:10px solid #FFD42B;
    border-right:18px solid transparent;
}
.model_analysis_main_box .analysis_content_box .bar_bottom_text_box
{
    width:489px;
    margin: 0 auto;
    margin-top:10px;
    margin-bottom:24px;
    display: flex;
    display:-webkit-flex;
    align-items:flex-start;
    justify-content:space-between;
    position: relative;
}
.model_analysis_main_box .analysis_content_box .bar_bottom_text_box .left_text
{
    line-height:14px;
    font-size:14px;
    color:#fafafa;
}
.model_analysis_main_box .analysis_content_box .bar_bottom_text_box .center_text
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    text-align: center;
    font-weight:500;
    height:15px;
    line-height:15px;
    font-size:16px;
    color:#fff;
}

.model_analysis_main_box .analysis_content_box .bar_bottom_text_box .right_text
{
    line-height:14px;
    font-size:14px;
    color:#fafafa;
}
/* 模式对比分析-end */


/* 项目盈利计划-start */
.project_profit_main_box
{
    width:100%;
    /*height:2579px;*/
}
.project_profit_main_box .title_box
{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height:165px;
    overflow: hidden;
}

.project_profit_main_box .title_box .title_desc
{
    margin-top:0;
}
.project_profit_main_box .project_profit_box
{
    width:100%;
    height:2002px;
    background:url('../../images/Home/bg4.png') no-repeat center;
    background-size:100% 100%;
    overflow: hidden;
}
.project_profit_main_box .project_profit_box .box_one
{
    width:657px;
    height:522px;
    background:url('../../images/Home/bg_small.png') no-repeat center;
    background-size:100% 100%;
    margin:0 auto;
    margin-top:44px;
    overflow: hidden;
}
.project_profit_main_box .project_profit_box .box_one .top_left_box
{
    width:244px;
    height:166px;
    float:left;
    margin-top:18px;
    margin-left:60px;
    background:RGBA(11, 15, 95, 0.2);
}
.project_profit_main_box .project_profit_box .box_one .desc_title_one
{
    display: block;
    height:19px;
    line-height:19px;
    font-size:19px;
    color:#fff;
    margin-left:11px;
    margin-top:11px;
    margin-bottom:11px;
    font-family: PingFangSC-Medium, sans-serif;

}
.project_profit_main_box .project_profit_box .box_one .num_unit_box
{
    height:35px;
    margin-left:11px;
}
.project_profit_main_box .project_profit_box .box_one .yellow_text
{
    display: flex;
    display:-webkit-flex;
    float:left;
    width:27px;
    height:35px;
    background:#FFD42B;
    justify-content: center;
    align-items: center;
    font-size:24px;
    color:#0A54EA;
    font-weight:500;
    /*font-family: PingFangSC-Medium, sans-serif;*/
}
.project_profit_main_box .project_profit_box .box_one .interval_box
{
    float:left;
    display: block;
    width:14px;
    height:35px;
    color:#fff;
    font-size:30px;
    text-align: center;
}
.project_profit_main_box .project_profit_box .box_one .unit_text
{
    float:left;
    height:35px;
    display: flex;
    display:-webkit-flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    font-size:24px;
    color:#fff;
    font-family: PingFangSC-Medium, sans-serif;
    margin-left:6px;
    margin-right:10px;
}



.project_profit_main_box .project_profit_box .box_one .top_right_box
{
    width:244px;
    height:166px;
    float:right;
    margin-top:18px;
    margin-right:61px;
    background:RGBA(11, 15, 95, 0.2);
}
.project_profit_main_box .project_profit_box .box_one .detail_box
{
    height:64px;
    margin-left:63px;
    margin-top:33px;
}
.project_profit_main_box .project_profit_box .box_one .detail_box .single_detail_box
{
    height:81px;
    float:left;
}
.project_profit_main_box .project_profit_box .box_one .detail_box .detail_title_text
{
    display: block;
    height:23px;
    line-height:23px;
    margin-bottom:14px;
    font-size:24px;
    color:#fff;
    font-family: PingFangSC-Medium, sans-serif;
}
.project_profit_main_box .project_profit_box .box_two_title_box
{
    width:100%;
    height:105px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.project_profit_main_box .project_profit_box .box_two_title_box .title_desc
{
    display: block;
    width:100%;
    font-size:24px;
    color:#fff;
    text-align: center;
}
.project_profit_main_box .project_profit_box .box_two
{
    width:657px;
    margin:0 auto;
    height:692px;
    background:url('../../images/Home/chart.png') no-repeat center;
    background-size:100% 100%;
    overflow: hidden;
    position: relative;
}
.project_profit_main_box .project_profit_box .box_two .chart_content_box
{
    position: absolute;
    left:0;
    bottom:58px;
    height:311px;
    margin-left:30px;
}
.project_profit_main_box .project_profit_box .box_two .chart_content_box .chart_detail_box
{
    float:left;
    display: flex;
    display:-webkit-flex;
    flex-flow: column;
    justify-content:space-between;
    height:247px;
    margin-left:74px;
    margin-top:71px;
}
.chart_detail_box .color_box
{
    display: block;
    float:left;
    margin-right:19px;
    margin-top:5px;
    width:13px;
    height:13px;
}
.chart_detail_box .color_one
{
    background:#FFD62A;
}
.chart_detail_box .color_two
{
    background:#FFA22A;
}
.chart_detail_box .color_three
{
    background:#00EDEE;
}
.chart_detail_box .color_four
{
    background:#23A4FF;
}
.chart_detail_box .color_five
{
    background:#2A4DFF;
}
.chart_detail_box .color_six
{
    background:#FF7272;
}
.project_profit_main_box .project_profit_box .box_two .chart_content_box .chart_detail_box .single_chart_box
{
    height:19px;
}
.project_profit_main_box .project_profit_box .box_two .chart_content_box .chart_detail_box .single_chart_box text
{
    display: block;
    float:left;
    font-size:19px;
    color:#fff;
    line-height:19px;
    height:19px;
    font-family: PingFangSC-Medium, sans-serif;
}


.project_profit_main_box .project_profit_box .box_three_title_box
{
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content:center;
    align-items: center;
    height:103px;
    overflow: hidden;
}
.project_profit_main_box .project_profit_box .box_three_title_box .title_desc
{
    display: block;
    width:100%;
    text-align: center;
    font-size:24px;
    color:#fff;
}
.project_profit_main_box .project_profit_box .box_three
{
    width:657px;
    height:493px;
    margin:0 auto;
    background:url('../../images/Home/bg_profit.png') no-repeat center;
    background-size:100% 100%;
    position: relative;
    overflow: hidden;
}
.project_profit_main_box .project_profit_box .box_three .circle_box_left
{
    width:121px;
    height:122px;
    position: absolute;
    z-index:1;
    left:100px;
    top:65px;
}

.project_profit_main_box .project_profit_box .box_three .circle_box_right
{
    width:122px;
    height:121px;
    position: absolute;
    z-index:1;
    right:99px;
    top:62px;
}

.project_profit_main_box .project_profit_box .box_three .circle_box_center
{
    width:149px;
    height:149px;
    position: absolute;
    z-index:2;
    top:103px;
    right:253px;
}
.project_profit_main_box .project_profit_box .box_three .big_top_text
{
    display: block;
    width:100%;
    height:18px;
    line-height:18px;
    font-size:19px;
    color:#fff;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;
    margin-top:49px;
}
.project_profit_main_box .project_profit_box .box_three .big_bottom_text
{
    display: block;
    width:100%;
    height:15px;
    line-height:15px;
    font-size:16px;
    color:#fff;
    text-align: center;
    margin-top:18px;
}
.project_profit_main_box .project_profit_box .box_three .normal_top_text
{
    display: block;
    width:100%;
    height:17px;
    line-height:17px;
    font-size:17px;
    color:#fff;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;
    margin-top:39px;
}
.project_profit_main_box .project_profit_box .box_three .normal_bottom_text
{
    display: block;
    width:100%;
    height:13px;
    line-height:13px;
    font-size:14px;
    color:#fff;
    text-align: center;
    margin-top:13px;
}
.project_profit_main_box .project_profit_box .box_three .bottom_detail_box
{
    width:260px;
    height:110px;
    margin:0 auto;
    margin-top:348px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content:space-between;
}
.project_profit_main_box .project_profit_box .box_three .bottom_detail_box text
{
    font-weight:500;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;
    font-size:19px;
    color:#fff;

}
.ml14 {
    margin-left: 14px !important;
}
.w142
{
    width:142px;
}
.ml0
{
    margin-left:0px !important;
}
/* 项目盈利计划-end */


/* 小车便利-start */
.xcbl_main_box
{
    width:100%;
    /*height:863px;*/
    overflow: hidden;
}
.xcbl_main_box .title_box
{
    width:100%;
    height:215px;
    overflow: hidden;
}
.xcbl_main_box .title_box .title_text
{
    margin-top:63px;
}
.xcbl_main_box .title_box .title_desc
{
    height:23px;
    line-height:23px;
    margin-top:23px;
}
.xcbl_main_box .content_main_box
{
    width:100%;
    height:696px;
    background:#fafafa;

}
.xcbl_main_box .content_main_box .content_center_box
{
    width:1069px;
    height:696px;
    margin:0 auto;
    justify-content :space-around;
    align-items:center;
}
.xcbl_main_box .content_main_box .single_main_box
{
    width:50%;
    height:348px;
    float:left;
    display: flex;
    display: -webkit-flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.xcbl_main_box .content_main_box .single_content_box
{
    margin:0 auto;
    margin-top:50px;
    width:302px;
    overflow: hidden;
}
.xcbl_main_box .content_main_box .single_content_box .content_img
{
    display: block;
    width:118px;
    height:97px;
    margin:0 auto;
}
.xcbl_main_box .content_main_box .single_content_box .content_text_box
{
    width:100%;
    margin-top:43px;
    overflow: hidden;
}

.xcbl_main_box .content_main_box .single_content_box .content_text_box .content_title
{
    display: block;
    width:100%;
    margin-bottom:28px;
    font-family: PingFangSC-Medium, sans-serif;
    font-size:20px;
    color:#333;
    font-weight:bolder;
}
.xcbl_main_box .content_main_box .single_content_box .content_text_box .content_desc
{
    display: block;
    width:100%;
    font-size:19px;
    color:#333;
}

/* 小车便利-end */

/* 自助洗车机厂家-产品介绍-start */
.product_introduce_main_box
{
    width:100%;
    overflow: hidden;
}

.product_introduce_main_box .title_box
{
    overflow: hidden;
    height:158px;
}

.product_introduce_main_box .title_box .title_text
{
    margin-top:43px;
}
.product_introduce_main_box .title_box .title_desc
{
    margin-top:23px;
    line-height:23px;
    height:23px;
}
.product_introduce_main_box .product_introduce_img
{
    display: block;
    width:100%;
}
.product_introduce_main_box .product_introduce_slider
{
    width: 100%;
    height:480px;
    overflow: hidden;
    background:url('../../images/Home/background-1.png') no-repeat left;
    background-size:100% 100%;
    padding-top:90px;
}
.product_introduce_main_box .product_introduce_slider .product_introduce_slider_center_box
{
    width: 1096px;
    height:302px;
    margin:0 auto;
}
.product_introduce_main_box .product_desc_box
{
    width: 1096px;
    height:302px;
    margin:0 auto;
}
.product_introduce_main_box .product_desc_box .single_product_desc_box
{
    overflow: hidden;
    display: block;
    width:326px;
    height:302px;
    border:1px solid #6D6D6D;
    /*margin-left:7px;*/
    float:left;
    border-radius:2px;
}
.product_introduce_main_box .product_desc_box .sel_product_box
{
    border:1px solid #52C4FF;
    box-shadow: 0 0 8px #52C4FF;
}
.product_introduce_main_box .product_desc_box .single_product_desc_box .head_img
{
    display: block;
    width:88px;
    height:88px;
    margin:0 auto;
    margin-top:51px;
}
.product_introduce_main_box .product_desc_box .single_product_desc_box .desc_title
{
    display: block;
    margin-top:25px;
    width:100%;
    height:22px;
    line-height:22px;
    text-align: center;
    font-size:22px;
    color:#fff;
    font-weight:500;
}
.product_introduce_main_box .product_desc_box .single_product_desc_box .desc_text
{
    display: block;
    margin:0 auto;
    margin-top:21px;
    width:260px;;
    text-align: center;
    font-size:18px;
    color:#fff;
    line-height:30px;
}
/* 自助洗车机厂家-end */


/* 自助洗车机的优势-start */
.product_project_desc_box
{
    width:100%;
    /*height:887px;*/
    overflow: hidden;
}
.product_project_desc_box .title_box
{
    width:100%;
    height:273px;
    overflow:hidden;
}
.product_project_desc_box .title_box .title_text
{
    margin-top:77px;
}
.product_project_desc_box .title_box .title_desc
{
    height:23px;
    line-height:23px;
    margin-top:23px;
}
.product_project_desc_box .content_main_box
{
    width:100%;
    height:860px;
    justify-content :space-around;
    align-items:center;
}
.product_project_desc_box .content_main_box .content_center_box
{
    margin:0 auto;
    width:1084px;
    height:860px;
    justify-content :space-around;
    align-items:center;
}
.product_project_desc_box .content_main_box .single_main_box
{
    width:50%;
    height:430px;
    float:left;
    display: flex;
    display: -webkit-flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.product_project_desc_box .content_main_box .single_content_box
{
    margin:0 auto;
    width:300px;
    overflow: hidden;
}
.product_project_desc_box .content_main_box .single_content_box .content_img
{
    display: block;
    margin:0 auto;
}
.product_project_desc_box .content_main_box .single_content_box .content_text_box
{
    width:100%;
    margin-top:52px;
    overflow: hidden;
}

.product_project_desc_box .content_main_box .single_content_box .content_text_box .content_title
{
    text-align: center;
    display: block;
    width:100%;
    margin-bottom:36px;
    font-family: PingFangSC-Medium, sans-serif;
    font-size:26px;
    color:#333;
}
.product_project_desc_box .content_main_box .single_content_box .content_text_box .content_desc
{
    display: block;
    width:100%;
    font-size:20px;
    color:#333;
}

/* 自助洗车机的优势-end */

/* 让世界认识你-start */
.world_knows_you_box
{
    width:100%;
}
.world_knows_you_box .title_box
{
    width:100%;
    height:179px;
    overflow: hidden;
}
.world_knows_you_box .title_box .title_desc
{
    margin-top:46px;
}
.world_knows_you_box .content_box
{
    width:949px;
    /*height:186px;*/
    margin:0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content:space-around;
}
.world_knows_you_box .content_box .single_box
{
    width:208px;
    height:238px;
}
.world_knows_you_box .content_box .single_box img
{
    display: block;
    margin:0 auto;
    width:156px;
    height:156px;
}
.world_knows_you_box .content_box .single_box .img_desc_text
{
    display: block;
    margin-top:46px;
    width:100%;
    height:25px;
    line-height:25px;
    font-size:26px;
    color:#333;
    font-family: PingFangSC-Medium, sans-serif;
}


/* 让世界认识你-end */

/* 合作流程-start */
.cooperation_process_box
{
    width:100%;
}

.cooperation_process_box .title_box
{
    width:100%;
    height:316px;
    overflow: hidden;
}
.cooperation_process_box .title_box .title_desc
{
    margin-top:197px;
}
.cooperation_process_box .content_box
{
    width:100%;
    height:898px;
    background:url('../../images/Home/bg5.png') no-repeat center;
    background-size:100% 100%;
    position: relative;
}
.cooperation_process_box .content_box .cooperation_icon_one
{
    display: block;
    position: absolute;
    left:25.260417%;
    top:87px;
    width:69px;
    height:67px;
    background:url('../../images/Wap/communication_icon.png') no-repeat center;
    background-size:100% 100%;
}
.cooperation_process_box .content_box .cooperation_icon_two
{
    display: block;
    position: absolute;
    top:88px;
    left:46.927%;

    width:69px;
    height:63px;
    background:url('../../images/Wap/investigate_icon.png') no-repeat center;
    background-size:100% 100%;
}
.cooperation_process_box .content_box .cooperation_icon_three
{
    display: block;
    position: absolute;
    top:87px;
    left:68.854167%;

    width:62px;
    height:62px;
    background:url('../../images/Wap/guide_icon.png') no-repeat center;
    background-size:100% 100%;
}
.cooperation_process_box .content_box .cooperation_icon_four
{
    display: block;
    position: absolute;
    left:26.197917%;
    bottom:323px;

    width:64px;
    height:73px;
    background:url('../../images/Wap/design_icon.png') no-repeat center;
    background-size:100% 100%;
}

.cooperation_process_box .content_box .cooperation_icon_five
{
    display: block;
    position: absolute;
    left:47.552083%;
    bottom:328px;

    width:64px;
    height:63px;
    background:url('../../images/Wap/operate_icon.png') no-repeat center;
    background-size:100% 100%;
}
.cooperation_process_box .content_box .cooperation_icon_six
{
    display: block;
    position: absolute;
    right:27.395833%;
    bottom:325px;
    width:66px;
    height:66px;
    background:url('../../images/Wap/plan_icon.png') no-repeat center;
    background-size:100% 100%;
}
.cooperation_process_box .content_box .content_text_box
{

    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-flow: column;
    position: absolute;
}
.cooperation_process_box .content_box .text_one_box
{
    width:162px;
    height:185px;

    top:196px;
    left:22.395833%;
}
.cooperation_process_box .content_box .text_two_box
{
    width:162px;
    height:129px;
    top:196px;
    right:47.2916667%;
}
.cooperation_process_box .content_box .text_three_box
{
    width:162px;
    height:122px;

    top:196px;
    right:25.885417%;
}
.cooperation_process_box .content_box .text_four_box
{
    width:162px;
    top:618px;
    left:24.1666667%;
}
.cooperation_process_box .content_box .text_five_box
{
    width:162px;
    left:46.145833%;
    top:618px;
}
.cooperation_process_box .content_box .text_six_box
{
    width:174px;
    height:180px;
    top:615px;
    right:23.75%;
}
.cooperation_process_box .content_box .text_title
{
    width:100%;
    font-size:31px;
    color:#fff;
    font-family: PingFangSC-Medium, sans-serif;
    text-align: right;
    margin-bottom:27px;
}

.cooperation_process_box .content_box .text_desc
{
    width:100%;
    font-size:22px;
    color:#fff;
    text-align: right;
    font-family: PingFangSC-Medium, sans-serif;
}


/* 合作流程-end */

/* 小车便利自述-start */
.xcbl_self_detail_box
{
    width:100%;
}
.xcbl_self_detail_box .title_box
{
    width:100%;
    height:164px;
    overflow: hidden;
}
.xcbl_self_detail_box .title_box .title_desc
{
    margin-top:66px;
}
.xcbl_self_detail_box .detail_box
{
    margin:0 auto;
    width:640px;
    height:180px;
    display: flex;
    display:-webkit-flex;
    flex-flow: column;
    justify-content: space-between;
    font-size:22px;
    color:#333;
    font-family: PingFangSC-Medium, sans-serif;
    text-align: center;
}
.aptitude_img_box
{
    width:1200px;
    margin:0 auto;
    margin-top:84px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.aptitude_img_box img
{
    width:174px;
    height:227px;
    margin-bottom:20px;
}
.aptitude_img_box .double_img
{
    width:374px;
    height:227px;
}


/* 小车便利自述-end */


/* 新闻-start */
body .news {
    background: #f5f5f5;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}
body .news .title_box {
    /*margin-top:43px;*/
    height:94px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    background:#f5f5f5;
    margin-top:64px;
}
body .news .news_list {
    width: 1200px;
    margin: 0px auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .news .news_list li {
    background: #fff;
    width: 280px;
    height: 315px;
    margin-bottom: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
body .news .news_list li:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
body .news .news_list li p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 20px;
    text-align: left;
}
body .news .news_list li .date {
    width:100%;
    font-size: 12px;
    text-align: left;
    padding: 0px 20px;
    line-height: 40px;
    background: url("../../images/Home/icon_2.png") 95% center no-repeat;
    position: absolute;
    bottom:0;
    left:0;
}
body .news .button {
    margin-top: 0px;
}
/* 新闻-end */